home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / doc / readiv32.txt < prev    next >
Encoding:
Text File  |  1994-12-19  |  4.1 KB  |  179 lines

  1.             Indeo(tm) Video R3.2/QuickTime for Windows 2.0 (or 1.1)
  2.  
  3.                           Release  V3.22.23.04
  4.  
  5.                             23 September 1994
  6.  
  7.  
  8.  
  9. Description:
  10.  
  11. ------------
  12.  
  13. This QuickTime for Windows component supports Indeo Video Release 3.2 under
  14.  
  15. QuickTime for Windows 2.0 (or 1.1).  This component:
  16.  
  17. * decompresses videos with sizes from 16x16 to 640x480. 
  18.  
  19. * supports color depths of 8, 16, and 24 
  20.  
  21. * supports the fast display modes "Hardware" and "Driver" for normal and 
  22.  
  23.   2x-Zoom playback. 
  24.  
  25. * supports arbitrarily stretched and odd dimensioned videos using the "RAW" 
  26.  
  27.   display mode.
  28.  
  29. * recognizes when the "Indeo Palette" is used and supports the fast 8-bit
  30.  
  31.   Indeo CLUT color converter.
  32.  
  33.  
  34.  
  35. This decompressor can play back Indeo Video R3.1 and R3.2 videos converted to 
  36.  
  37. ".MOV" format from ".AVI" format using Intel's SmartCap utility.  It can 
  38.  
  39. also play back movies created on the Macintosh using the Indeo Video Release 
  40.  
  41. R3.1 and R3.2 codecs.  Videos created on the Macintosh must be saved as 
  42.  
  43. "Single Fork" files and "Playable on non Apple computers" before they can 
  44.  
  45. be played under QuickTime for Windows.                                               
  46.  
  47.  
  48.  
  49. Display Modes:
  50.  
  51. --------------
  52.  
  53. QuickTime for Windows has three display modes that all decompressors support:
  54.  
  55. "RAW", "Driver", and "Hardware".  "RAW" is the slowest and most general 
  56.  
  57. method.  It is used when stretching to odd sizes.  The "Hardware" display
  58.  
  59. mode is the fastest mode because the decompressor writes directly to the 
  60.  
  61. "Hardware".  In color depth 16 "Hardware" and "Driver" are supported for
  62.  
  63. bit packings 5/5/5 and 5/6/5.  They are not supported for either 6/6/4 or 6/5/5.
  64.  
  65.  
  66.  
  67. QuickTime for Windows allows the user to request a display mode.  It will
  68.  
  69. use the requested mode if it is supported for the requested action; otherwise, 
  70.  
  71. it will use the next fastest mode that is supported.  "Hardware" is the 
  72.  
  73. default display mode.  To request another mode, modify the QTW.INI file.  
  74.  
  75. Change (or add) the "Optimize" definition in the [Video] section.  In the 
  76.  
  77. following example "Optimize" is set to "Driver":
  78.  
  79.  
  80.  
  81.     [Video]
  82.  
  83.     Optimize=Driver
  84.  
  85.  
  86.  
  87. If QuickTime for Windows is having trouble working with your video card
  88.  
  89. you may want to request that it use the "Driver" output mode.
  90.  
  91.  
  92.  
  93.  
  94.  
  95. Software Prerequisites:
  96.  
  97. -----------------------
  98.  
  99.   * Windows 3.1
  100.  
  101.   * QuickTime for Windows 2.0 (or 1.1)
  102.  
  103.  
  104.  
  105.  
  106.  
  107. Installation Instructions:
  108.  
  109. --------------------------
  110.  
  111. Copy the QuickTime for Windows component QTIV32.QTC to the QTW bin directory.
  112.  
  113. This is normally "\QTW\BIN".  If the Indeo R3.1 component (QTIV31.QTC) exists
  114.  
  115. you may remove it because QTIV32.QTC plays back both R3.1 and R3.2 
  116.  
  117. videos.  After copying the file to the QTW bin directory restart WINDOWS.
  118.  
  119.  
  120.  
  121.  
  122.  
  123. New In This Release
  124.  
  125. -------------------
  126.  
  127.  1)  The CODE segments were marked as DISCARDABLE to improve overall system
  128.  
  129.      performance.
  130.  
  131.      
  132.  
  133.  2)  16-bit playback quality was improved for "Hardware" and "Driver"
  134.  
  135.      playback.
  136.  
  137.  
  138.  
  139.  3)  DecompressFlags and FormatFlags in the CodecInfo structure were corrected.
  140.  
  141.      
  142.  
  143. Known Operating Characteristics:
  144.  
  145. --------------------------------
  146.  
  147.  1)  The version number returned by GetComponentVersion() uses the same
  148.  
  149.      format as the QuickTime for Windows version number returned by 
  150.  
  151.      QTInitialize(): bits 31-16 are zero, bits 15-12 have the major number, 
  152.  
  153.      bits 11-8 have the minor number, and bits 7-0 have the revision.  
  154.  
  155.      The unpacked version number for this release is "3.2.4".
  156.  
  157.      
  158.  
  159.  2)  Although video can be rendered to 8-bit color, we recommend configuring
  160.  
  161.      your graphics controller to 16-bit or 24-bit color for improved visual
  162.  
  163.      clarity.
  164.  
  165.  
  166.  
  167.  3)  Videos are identified by a four-character-code (Four-CC). This 
  168.  
  169.      decompressor supports the following four-character codes: "IV31", "iv31",
  170.  
  171.      "IV32", and "iv32".
  172.  
  173.      
  174.  
  175.  4)  Videos with odd dimensions (other than multiples of four in height
  176.  
  177.      and/or width) are supported with reduced playback performance.
  178.  
  179.